home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / ace_readmes.lzx / nap_src.readme < prev    next >
Text File  |  1999-08-10  |  2KB  |  57 lines

  1. Short:    V2.03, a preprocessor especially for ACE (source)
  2. Author:   dseifert@berlin.sireco.net (Daniel Seifert)
  3. Uploader: dseifert@berlin.sireco.net (Daniel Seifert)
  4. Version:  2.03 (07-25-1997) (06-07-1998)
  5. Type:     dev/basic
  6.  
  7. This is the source code of NAP. NAP is a preprocessor 
  8. which has been developed especially for the ACE 
  9. programming language.
  10.  
  11. Features : - processing of the following preprocessor
  12.              commands: IF, ELSE, ELIF, ENDIF, INCLUDE,
  13.              DEFINE, IFDEF, IFNDEF, UNDEF
  14.            - removal of C comments, e.g. /*   */, AND
  15.              ACE comments, e.g. {   } and '.
  16.            - removal of unused structures (thus gaining
  17.              memory during compilation)
  18.  
  19. Changes  : - sets exit code correctly
  20.            - minor optimizations
  21.  
  22.  
  23. *N*O*T*E*
  24.  
  25.  This will be the last version of NAP. I decided to stop
  26.  that project (even as there are some bugs)  as there is
  27.  no feedback. NAP is cardware for over a year now but so
  28.  far I never received a postcard. I interprete this as a
  29.  sign that NAP is not used by anybody ;-(
  30.  
  31.  Therefore I decided to put NAP under the GNU Public
  32.  License:
  33.  
  34.    NAP 2.03, a preprocessor for ACE
  35.    Copyright (C) 1997/98 by Daniel Seifert 
  36.  
  37.         contact me at:  dseifert@berlin.sireco.net
  38.  
  39.                 Daniel Seifert
  40.                 Elsenborner Weg 25
  41.                 12621 Berlin
  42.                 GERMANY
  43.  
  44.    This program is free software; you can redistribute it and/or modify
  45.    it under the terms of the GNU General Public License as published by
  46.    the Free Software Foundation; either version 2 of the License, or   
  47.    (at your option) any later version.
  48.  
  49.    This program is distributed in the hope that it will be useful,
  50.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  51.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  52.    GNU General Public License for more details.
  53.  
  54.    You should have received a copy of the GNU General Public License
  55.    along with this program; if not, write to the Free Software 
  56.    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  57.